Home
last modified time | relevance | path

Searched refs:TCON_LINK_IN_TREE (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/smb/client/
Dconnect.c2703 test_bit(TCON_LINK_IN_TREE, &tlink->tl_flags)) { in cifs_put_tlink()
3426 set_bit(TCON_LINK_IN_TREE, &tlink->tl_flags); in mount_setup_tlink()
3758 clear_bit(TCON_LINK_IN_TREE, &tlink->tl_flags); in cifs_umount()
4074 set_bit(TCON_LINK_IN_TREE, &newtlink->tl_flags); in cifs_sb_tlink()
4158 clear_bit(TCON_LINK_IN_TREE, &tlink->tl_flags); in cifs_prune_tlinks()
Dcifsglob.h1241 #define TCON_LINK_IN_TREE 2 macro