Home
last modified time | relevance | path

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

/Linux-v5.4/fs/dlm/
Dlock.c438 char maxname[DLM_RESNAME_MAXLEN]; in rsb_cmp() local
440 memset(maxname, 0, DLM_RESNAME_MAXLEN); in rsb_cmp()
441 memcpy(maxname, name, nlen); in rsb_cmp()
442 return memcmp(r->res_name, maxname, DLM_RESNAME_MAXLEN); in rsb_cmp()
/Linux-v5.4/fs/nfs/
Dnfs4xdr.c3774 static int decode_attr_maxname(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *maxname) in decode_attr_maxname() argument
3779 *maxname = 1024; in decode_attr_maxname()
3786 *maxname = be32_to_cpup(p); in decode_attr_maxname()
3789 dprintk("%s: maxname=%u\n", __func__, *maxname); in decode_attr_maxname()
/Linux-v5.4/tools/power/pm-graph/
Dsleepgraph.py1718 maxname = '%d' % self.maxDeviceNameSize(phase)
1719 fmt = '%3d) %'+maxname+'s - %f - %f'