Home
last modified time | relevance | path

Searched refs:NSIZECHANGED (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/fs/nfsclient/
Dnfsnode.h150 #define NSIZECHANGED 0x00000040 /* File size has changed: need cache inval */ macro
Dnfs_clport.c452 np->n_flag |= NSIZECHANGED; in nfscl_loadattrcache()
463 np->n_flag |= NSIZECHANGED; in nfscl_loadattrcache()
467 np->n_flag |= NSIZECHANGED; in nfscl_loadattrcache()
Dnfs_clbio.c403 if ((np->n_flag & NSIZECHANGED) in nfs_bioread_check_cons()
413 np->n_flag &= ~NSIZECHANGED; in nfs_bioread_check_cons()
/freebsd-9-stable/sys/nfsclient/
Dnfsnode.h158 #define NSIZECHANGED 0x2000 /* File size has changed: need cache inval */ macro
Dnfs_subs.c608 np->n_flag |= NSIZECHANGED; in nfs_loadattrcache()
619 np->n_flag |= NSIZECHANGED; in nfs_loadattrcache()
623 np->n_flag |= NSIZECHANGED; in nfs_loadattrcache()
Dnfs_bio.c399 if ((np->n_flag & NSIZECHANGED) in nfs_bioread_check_cons()
409 np->n_flag &= ~NSIZECHANGED; in nfs_bioread_check_cons()