Home
last modified time | relevance | path

Searched refs:NNOLAYOUT (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/fs/nfsclient/
HDnfsnode.h159 #define NNOLAYOUT 0x00020000 /* Can't get a layout for this file */ macro
HDnfs_clrpcops.c426 (np->n_flag & NNOLAYOUT) != 0 || retrycnt > 0) in nfsrpc_open()
464 (np->n_flag & NNOLAYOUT) != 0 || retrycnt > 0) in nfsrpc_open()
6401 (np->n_flag & NNOLAYOUT) != 0) in nfscl_doiods()
6442 np->n_flag |= NNOLAYOUT; in nfscl_doiods()
HDnfs_clstate.c5453 (VTONFS(vp)->n_flag & NNOLAYOUT) != 0) in nfscl_retoncloselayout()