Searched refs:TCON_LINK_IN_TREE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | connect.c | 2745 test_bit(TCON_LINK_IN_TREE, &tlink->tl_flags)) { in cifs_put_tlink() 3478 set_bit(TCON_LINK_IN_TREE, &tlink->tl_flags); in mount_setup_tlink() 3810 clear_bit(TCON_LINK_IN_TREE, &tlink->tl_flags); in cifs_umount() 4130 set_bit(TCON_LINK_IN_TREE, &newtlink->tl_flags); in cifs_sb_tlink() 4214 clear_bit(TCON_LINK_IN_TREE, &tlink->tl_flags); in cifs_prune_tlinks()
|
H A D | cifsglob.h | 1271 #define TCON_LINK_IN_TREE 2 macro
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | connect.c | 3434 test_bit(TCON_LINK_IN_TREE, &tlink->tl_flags)) { in cifs_put_tlink() 4180 set_bit(TCON_LINK_IN_TREE, &tlink->tl_flags); in mount_setup_tlink() 5011 clear_bit(TCON_LINK_IN_TREE, &tlink->tl_flags); in cifs_umount() 5252 set_bit(TCON_LINK_IN_TREE, &newtlink->tl_flags); in cifs_sb_tlink() 5336 clear_bit(TCON_LINK_IN_TREE, &tlink->tl_flags); in cifs_prune_tlinks()
|
H A D | cifsglob.h | 1197 #define TCON_LINK_IN_TREE 2 macro
|
Completed in 20 milliseconds